Student Solution

-->

"Education is the most powerful weapon which you can use to change the world”
– Nelson Mandela

1 University

1 Course

2 Subjects

Programming Assignment 2

Programming Assignment 2

Q Assignment Instructions You need to submit your source code by attaching the source code file in .cpp or .txt format, not accepting any other file type. do not put the link of your code or copy and paste the code in the submission page

View Related Questions

Solution Preview

//Joel Bondo PA2 #include #include using namespace std; int main () { double actualValue; cout<< "Please input propertys actual value: " ; cin>> actualValue; cout << fixed; cout << setprecision(2);